home *** CD-ROM | disk | FTP | other *** search
- ; These commands are required for HyperLog to operate properly with TNC's.
- ; If your TNC uses a different command than I have here, replace mine.
- ; Be prepared, though, if you change any commands, the packet function
- ; in HyperLog may be eratic or fail to work completely so keep a backup
- ; of this file if you intend to modify it.
- ;
- ; The commands in this file are ONLY sent during HyperLog startup.
- ;
- ; if you are going to send specific characters (like CTL-C) then prefix the
- ; value with a $ sign and use HEX (hexadecimal) numbers.
- ;
- ; Lines starting with a ; are comments. Also, all blank lines should be
- ; prefixed with a semicolon.
- ;
- ; Send three * to set autobaud if needed
- $2A
- $2A
- $2A
- ;
- ; Set CMD mode for the next batch of commands.
- $03
- $03
- $03
- ;
- ; Turn off Host mode if on.
- $01
- OHON
- $17
- ; turn XFLOW on and set XON/XOFF so we can control the datastream
- XFLOW ON
- XON $11
- XOFF $13
- ;
- ; turn off flow since TNC data can't overwrite our command line
- FLOW OFF
- ;
- ; set up CTL-Q for flow control
- START $11
- ;
- ; set up CTL-S for flow control
- STOP $13
-
-